home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17334 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.urz.uni-heidelberg.de!usenet
  2. From: pstarzet@ix.urz.uni-heidelberg.de (Paul Starzetz)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Windows Extender.
  5. Date: 15 Apr 1996 10:19:12 GMT
  6. Organization: University of Heidelberg, Germany
  7. Distribution: world
  8. Message-ID: <4kt7r0$ree@sun0.urz.uni-heidelberg.de>
  9. References: <31717C69.4A42@onramp.net>
  10. Reply-To: pstarzet@ix.urz.uni-heidelberg.de
  11. NNTP-Posting-Host: aixterm2.urz.uni-heidelberg.de
  12.  
  13. In article 4A42@onramp.net,  Jon Stelly <jon@onramp.net> writes:
  14. >MSVC++ 1.0 compiler not fully supporting 32 bit, I get a 'function exceeds 64k' error 
  15.  
  16. >when compiling.  I was told is that I need a windows extender, whatever that is.  If 
  17. >this is true, could anyone point me to a cheep/free one? Thanks for your time.
  18.  
  19. MSVC++ 1.0 is  a very old compiler, so don't wonder, if it dosn't do what you want...
  20. There are really Windows-Extenders around here, e.g. Watcom C++ 10.5 has one.
  21. But this means that you get the advantage of the 32-bit Intel-architecture like 32 bit integers,
  22. flat data & code segments etc.
  23. Windows 95 is originally a 32 bit environment, a WinExtender isn't required.
  24.  
  25.  
  26.  
  27.